Skip to content

Get Started with ComPDFKit API in C#

Requirements:

Programming Environment: .NET Framework 4.6.1 and higher, and .Net core 1.0 and higher.

Dependencies: NuGet.

Installation:

You can install the library via NuGet Package Manager, or run the following command in the Package Manager Console:

shell
Install-Package compdfkit-api-dotnet

Alternatively, you can add "compdfkit-api-dotnet": "1.3.2" to your .csproj file and then run.